Skip to content

Conversation

@JRAlexander
Copy link
Contributor

Extended SentimentPrediction for easier display of results

Related article PR: dotnet/docs#11955

// (assuming 'positive' ranks higher than 'negative').

// The F1Score metric gets the model's F1 score.
// F1 is a measure of tradeoff between precision and recall.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we removing this?

Copy link
Contributor

@luisquintanilla luisquintanilla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice job @JRAlexander


// The F1Score metric gets the model's F1 score.
// F1 is a measure of tradeoff between precision and recall.
// The F1 score is the harmonic mean of precision and recall:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess if we say mean, it is implied that it mixes both precision and recall into one metric.

@JRAlexander JRAlexander merged commit ab9e534 into dotnet:master Apr 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants